home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HEAD>
- <TITLE>Canvas Mode Demo</TITLE>
- <SCRIPT LANGUAGE="JavaScript1.2">
- function cmWindowOpen() {
- netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite");
- cmWindow=window.open("cmWindow1.html","Canvas",
- cc] "titlebar=no,innerWidth=200,innerHeight=100,screenX=10,screenY=10");
- }
- </SCRIPT>
- </HEAD>
- <BODY>
- <P>Welcome to your first canvas mode demo!
- <P><A HREF="javascript:cmWindowOpen()">Click here to open the window</A>
- <P><A HREF="cmWindow2.html" TARGET="Canvas">Click here
- cc]to put file cmWindow2.html inside the window</A>
- <P><A HREF="cmWindow1.html" TARGET="Canvas">Click here
- cc]to put file cmWindow1.html back inside the window</A>
-